home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
Index
< prev
next >
Wrap
Text File
|
1997-06-24
|
722b
|
31 lines
; Searches the CD.index file for a specified string
Version >NIL: version 37
if WARN
echo ""
echo "You need at least version 2.04 of the operating system to run SearchIndex"
quit
endif
set all `RequestChoice "Index search" "Search this CD or all CUCDs?" "This CD|All CDs|Cancel"`
if $all EQ 0
quit
endif
set str `:C/RequestString TITLE "Search CD Index" BODY "Please enter the string to search for"`
:C/FlashFind :CUCD.index $str >RAM:CUCDindex NOPREFS QUIET
if $all EQ 2
:C/FlashFind :System/CDsupport/indices/#? $str >>RAM:CUCDindex NOPREFS QUIET
endif
Version >NIL: version 39
if WARN
AmigaGuide RAM:CUCDindex
else
MultiView RAM:CUCDindex
endif
delete >NIL: RAM:CUCDindex